header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    border-bottom: 1px solid #dbe2dd
}

header>.container {
    position: static
}

body {
    padding-top: 88px;
}

.btn {
    float: right;
    width: 55px;
    height: 55px;
    background: transparent;
    margin-top: 14px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 3px;
    box-sizing: border-box;
    padding-top: 2px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 555;
    display: none
}

.btn i {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background: #2b2b2b;
    margin-top: 5px;
    border-radius: 5px;
}

.btn i:nth-child(1) {
    transition: 0.4s ease-in-out 0.3s;
    margin-top: 16px
}

.btn i:nth-child(2) {
    transition: 0.4s ease-in-out;
}

.btn i:nth-child(3) {
    transition: 0.4s ease-in-out 0.3s;
}

.btn.active i:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(6px);
}

.btn.active i:nth-child(2) {
    transform: translateX(40px);
    opacity: 0;
}

.btn.active i:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

.btn:hover i {
    background: #009944;
}

.logo {
    float: left;
    padding-left: 1.8%;
}

.logo a {
    display: block;
    line-height: 87px;
}

.languages a {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    border-right: 2px solid #dddddd;
    padding: 0 4px
}

.languages a:last-child {
    padding-right: 0;
    border-right: none
}

.languages a:hover,
.languages a.ac {
    color: #00953b
}

.search {
    float: right;
    border-left: 1px solid #e7e7e7;
    padding-left: 1.8%;
}

.search h6 {
    display: inline-block;
    vertical-align: middle;
    line-height: 87px;
    margin: 0 24px 0 36px;
    color: #009943;
    font-size: 18px;
    cursor: pointer;
}

.search h6:hover {
    color: #009944
}

.languages {
    display: inline-block;
    vertical-align: middle
}

.jz {
    float: right;
}

.jz a {
    display: block;
    background: #009943;
    color: #fff;
    padding: 0 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 87px;
}

.jz a i {
    font-size: 20px;
    display: inline-block;
    /* vertical-align: middle; */
    margin-right: 4px;
}

.nav {
    float: right
}

.nav>ul>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

.nav>ul>li>a {
    display: block;
    line-height: 87px;
    color: #282828;
    font-size: 18px;
    position: relative;
}

.nav>ul>li>a:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    background: #009943
}

/* .nav>ul>li>a:hover:after, */
.nav>ul>li.ac>a:after {
    left: 0;
    width: 100%
}

.nav_select {
    position: absolute;
    width: 100%;
    padding: 56px 0;
    background: #f4f4f4;
    left: 0;
    top: 100%;
    display: none
}

.navimg {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20.7%;
    margin-left: 6%
}

.navimg img {
    width: 100%;
}

.navimg h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    padding-bottom: 4px;
}

.nav_list {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    box-sizing: border-box;
    padding-left: 55px
}

.nav_list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 38px
}

.nav_list li a {
    display: inline-block;
    color: #282828;
    font-size: 16px;
    border-bottom: 1px solid transparent
}

.nav_list li:hover a {
    border-color: #009943;
    color: #009943
}

footer {
    background: #444c4a;
    padding: 100px 0 0;
}

.logolist a {
    display: inline-block;
    margin-right: 38px;
}

.logolist {
    margin-bottom: 60px;
}

.f_left {
    display: inline-block;
    vertical-align: top;
    width: 67%
}

.f_nav>ul>li {
    display: inline-block;
    vertical-align: top;
    margin-right:85px;
}
.f_nav>ul>li:last-child{
    margin-right: 0
}
.f_nav>ul>li>a {
    color:#ffffff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid transparent
}
.f_nav>ul>li>a:hover{
    border-color:#fff
}

.f_nav>ul>li:nth-child(1) li,
.f_nav>ul>li:nth-child(2) li{
    width: 50%;
    display: inline-block;
}
.f_nav>ul>li:nth-child(1) ul,
.f_nav>ul>li:nth-child(2) ul {
    max-width: 240px
}

.f_nav>ul>li ul a {
    color: rgba(255, 255, 255, .3);
    line-height: 24px;
    font-size: 14px;
    white-space: nowrap;
}
.f_nav>ul>li ul a:before{
    content:'';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width:4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
}
.f_nav>ul>li ul a {
    color: rgba(255, 255, 255, .3);
    line-height: 24px;
    font-size: 14px;
}
.f_nav>ul>li ul a:hover{
    color:#fff;
}
.f_nav>ul>li ul a:hover:before{
    background: #fff
}
.f_right{
    float:right;
    width: 33%;
    text-align: right
}
.f_right>a{
    display: inline-block;
 
     /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    color:#ffffff;
    font-size: 18px;
    background: #009943;
    vertical-align: top;
    padding: 30px 0;
    line-height: 22px;
    margin-right: 24px;
    width: 37px;
    text-align: center
}


.ewm{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 146px;
    margin-left: 8px;
}
.ewm img{
    width: 100%
}
.ewm span{
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color:#fff
}
.cpoyright{
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 32px 0;
    margin-top: 80px;
}
.cpoyright p{
    float: left;
    line-height: 15px;
    color:#999999;
    font-size: 14px;
}
.links{
    float: right;

}
.links a{
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 14px;
    color:#999999;
    border-right: 1px solid #999
}
.links a:hover {
    color:#fff
}
.links a:last-child{
    padding-right: 0;
    border-right: 0
}


.cbl {
    position: fixed;
    right: -110px;
    top: 50%;
    /* transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
    z-index: 5;
}

.cbl i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;

}

.cbl ul {
    position: relative;
}

.cbl li {
    background: rgba(0, 106, 47, .8);
    margin-bottom: 3px;
    position: relative;
    left: 26px;
}

.cbl span {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px
}

.cbl li:nth-child(1):hover {
    left: -110px;
}
.cbl li:nth-child(3){
    display: none;
}
.cbl li:nth-child(2):hover {
    left: -108px;
}

.cbl li:hover {
    background: rgba(0, 106, 47, 1);
}

.search_form {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 17px 0;
    background: #009944;
    text-align: center;
    display: none
}

.search_form h6 {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.search_form h5 {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-size: 22px;
    margin-left: 90px;
    cursor: pointer;
}

.search_form input {
    width: 37.5%;
    border: none;
    outline: none;
    line-height: 40px;
    height: 40px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 8px;
    background: transparent;
    margin-left: 10px;
    color: #fff
}

.search_form button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid transparent
}

.search_form button:hover {
    border-color: #fff
}

.search_form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.search_form input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.search_form input:-ms-input-placeholder {
    color: #fff;
}